home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 8: LINUX Games / Linux Cubed Series 8 - LINUX Games.iso / games / x11 / rpg / crossfir.92 / crossfir / crossfire-0.92.5 / crossedit / bitmaps / Imakefile < prev    next >
Makefile  |  1996-07-24  |  211b  |  17 lines

  1. #include "../../config/crossfire.tmpl"
  2.  
  3. BITS = \
  4.     edit.bm \
  5.     mark.bm \
  6.     notify.bm 
  7.  
  8. AllTarget(emptyrule)
  9.  
  10. DependTarget()
  11.  
  12. InsertArchive(Imakefile $(BITS) ,crossedit/bitmaps)
  13.  
  14. clean::
  15.  
  16. /*** end of Imakefile ***/
  17.